Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime support for two-variable comprehensions #1032

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

TristonianJones
Copy link
Collaborator

Runtime support for two-variable comprehensions

Introduces runtime support for foldable types as well as support
for mutable maps in addition to mutable lists. All runtime types have
been updated to support folding, but interop support exists for
legacy types created by third parties.

All fold and iteration evaluations will now lazily initialize the accumulator
variable which also makes cel.bind() calls lazily evaluated by default
as well.

@TristonianJones TristonianJones merged commit db9c5d8 into google:master Oct 1, 2024
2 checks passed
@TristonianJones TristonianJones deleted the eval-fold-v2-d branch October 1, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants